struct _kniha {
    char titul[50];
    char autor[50];
    int cena;
} svazek, *ukniha;
